home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / lsmain1.dfm / lsmain1.txt
Encoding:
Text File  |  1999-07-30  |  666 b   |  33 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 421
  5.   Height = 312
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnClose = FormClose
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Memo1: TMemo
  16.     Left = 8
  17.     Top = 8
  18.     Width = 393
  19.     Height = 209
  20.     Lines.Strings = (
  21.       'Memo1')
  22.     TabOrder = 0
  23.   end
  24.   object msListenerSocket1: TmsListenerSocket
  25.     Version = '2.0'
  26.     Port = 1090
  27.     OnServerThreadStart = msListenerSocket1ServerThreadStart
  28.     OnServerThreadTerminate = msListenerSocket1ServerThreadTerminate
  29.     Left = 16
  30.     Top = 232
  31.   end
  32. end
  33.